home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ScriptLayout.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  58 lines

  1. /*
  2.      File:        ScriptLayout.idl
  3.  
  4.      Contains:    Script Layout Interfaces
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SCRIPTLAYOUT_IDL__
  19. #define __SCRIPTLAYOUT_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __MIXEDMODE_IDL__
  28. #include <MixedMode.idl>
  29. #endif
  30.  
  31. #ifdef __SOMIDL__
  32.  
  33. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  34. typedef SOMFourByteStruct        OffPair;                    /* Derived from a struct of 4 bytes in size */
  35.  
  36. typedef OpaquePtr                OffsetTable;                /* Substituted OpaquePtr for array of OffPair of size 3 */
  37.  
  38. #endif
  39. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  40. /* type for styleRunPosition parameter in PixelToChar etc. */
  41. typedef short                    JustStyleCode;
  42.  
  43. typedef OpaquePtr                FormatOrder;                /* Substituted OpaquePtr for array of short of size 1 */
  44.  
  45. typedef OpaquePtr                FormatOrderPtr;                /* Substituted OpaquePtr for ``FormatOrder*'' */
  46.  
  47. /* move FormatStatus to TextUtils.i */
  48. typedef OpaquePtr StyleRunDirectionProcPtr;
  49. typedef OpaquePtr StyleRunDirectionUPP;
  50. #if OLDROUTINENAMES
  51. #endif
  52. #endif
  53.  
  54. #endif /* __SOMIDL__ */
  55.  
  56. #endif /* __SCRIPTLAYOUT_IDL__ */
  57.  
  58.